Interface L2NatTable

All Superinterfaces:
IPCData
All Known Implementing Classes:
L2NatTableImpl

public interface L2NatTable extends IPCData
  • Method Details

    • getInsideEgress

      List<L2NatEntry> getInsideEgress()
      Returns:
      List<L2NatEntry> Returns a List<L2NatEntry>
    • setInsideEgress

      void setInsideEgress(List<L2NatEntry> insideEgress)
      Parameters:
      insideEgress - Takes in a parameter of insideEgress
    • getOutsideEgress

      List<L2NatEntry> getOutsideEgress()
      Returns:
      List<L2NatEntry> Returns a List<L2NatEntry>
    • setOutsideEgress

      void setOutsideEgress(List<L2NatEntry> outsideEgress)
      Parameters:
      outsideEgress - Takes in a parameter of outsideEgress